Docs.rs
sp-version-proc-macro-14.0.0
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sp-version-proc-macro 14.0.0
Macro for defining a runtime version. (polkadot v1.10.0)
Crate
Source
Builds
Feature flags
Documentation
Coverage
50%
1
out of
2
items documented
0
out of
2
items with examples
Links
Homepage
paritytech/polkadot-sdk
1911
703
1493
crates.io
Dependencies
parity-scale-codec ^3.6.1
normal
proc-macro2 ^1.0.56
normal
quote ^1.0.33
normal
syn ^2.0.53
normal
Versions
14.0.0
13.0.0
12.0.0
11.0.0
11.0.0-dev.1
10.0.0
9.0.0
8.1.0-dev1
8.1.0-dev.6
8.1.0-dev.5
8.1.0-dev.4
8.1.0-dev.3
8.1.0-dev.2
8.0.0
7.0.0
6.0.0
5.0.0
4.0.0
Owners
A proc-macro that generates a custom wasm section from a given RuntimeVersion declaration This macro is re-exported from the `sp_version::runtime_version` and intended to be used from there. Documentation can also be found there.